@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap");

body,
html {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  z-index: 1;
}

canvas {
  position: absolute;
  width: fit-content;
  top: 0;
  left: 0;
}

h2 {
  font-size: 20px;
  font-family: "lobster", cursive;
}

h1 {
  margin-top: 20px;
  color: #ffffff8d;
  font-size: 20px;
  font-family: "Cutive Mono", monospace;
}
